.left_next_con{
	width: 7%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	text-align: left;
}
.right_next_con{
	width: 7%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	text-align: right;
}
.left_next_con:hover,.right_next_con:hover{
	cursor: pointer;
}
.left_next_con a,.right_next_con a{
	filter:alpha(opacity=40);
    -moz-opacity:0.4;
    opacity: 0.4;
    position: absolute;
}
.left_next_con a{
	left: 8%;
}
.right_next_con a{
	right: 8%;
}
.left_next_con img,.right_next_con img{
	width: 90px;
	height: 90px;
}
.left_next_bg,.right_next_bg{
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 background: #222;
	 filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity: 0;
}
.left_next_bg{
	left: 0px;
}
.right_next_bg{
	right: 0px;
}
